DevForce Help Reference
DataEntityProperty<TInstance,TValue> Class
Members 


Type of entity
Type of property
Strongly-typed DataEntityProperty.
Object Model
DataEntityProperty<TInstance,TValue> ClassEntityMemberMetadata Class
Syntax
'Declaration
 
Public Class DataEntityProperty
    (Of TInstance As Class,
     TValue) 
   Inherits DataEntityProperty
public class DataEntityProperty<TInstance,TValue> : DataEntityProperty 
where TInstance: class
Type Parameters
TInstance
Type of entity
TValue
Type of property
Remarks
The EntityProperties auto-generated by the Object Mapper use this strongly-typed declaration for all simple properties in your entities.

Every DataEntityProperty has both a GetterInterceptor and SetterInterceptor to which you can inject custom actions. You add these actions using attributes and the AddAction method.

Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.EntityProperty
      IdeaBlade.EntityModel.DataEntityProperty
         IdeaBlade.EntityModel.DataEntityProperty<TInstance,TValue>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataEntityProperty<TInstance,TValue> Members
IdeaBlade.EntityModel Namespace

Send Feedback